home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 36 / Issue 36.iso / pc / iwks / Wap / NokiaToolkit2_0 / setup.exe / Disk1 / data1.cab / ServerSim-Config-Default / HTTPClient.config < prev    next >
Encoding:
Text File  |  2000-06-19  |  1.1 KB  |  45 lines

  1. #---------------------------------------------------------
  2. # Default configuration for HTTPClient of Nokia WAP Server
  3. #---------------------------------------------------------
  4.  
  5. #-------------------------------------
  6. # Enable/disable use of content cache
  7. #
  8.  
  9. CacheEnabled=true
  10.  
  11. #-------------------------------------
  12. # Enable/disable automatic following 
  13. # of redirection links
  14. #
  15.  
  16. AutoRedirectEnabled=false
  17.  
  18. #-------------------------------------
  19. # Proxy rules for HTTP client
  20. #
  21. # rules are scanned in numeric order. If a rule with matching 
  22. # domain name/ip address is found, the rule is applied.
  23. # Property syntax:
  24. # <domain>:<proxy_server>:<proxy_port>:<proxy_username>:<proxy_password_base64>
  25. #
  26. # Examples: 
  27. #
  28. # *.nokia.com is accessed directly
  29. # ProxyRule_0=nokia.com:<DIRECT>
  30. #
  31. # 212.246.*.* is accessed via proxy server without proxy authentication
  32. # ProxyRule_1=212.246:wwwgw.ourcompany.com:8080
  33. #
  34. # default rule is to access directly
  35. # ProxyRule_2=<DEFAULT>:<DIRECT>
  36.  
  37. # Is proxy enabled
  38. ProxyEnabled=false
  39.  
  40. # Proxy rule count
  41. ProxyRuleCount=1
  42.  
  43. # default: direct connection
  44. ProxyRule_0=<DEFAULT>:<DIRECT>
  45.